home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 22 / CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso / Quake / QuakeParameters < prev    next >
Text File  |  1998-03-09  |  3KB  |  53 lines

  1. Quake CLI Parameters:
  2.  
  3. -condebug                   Turn Console debuging on (file : 'qconsole.log').
  4. -noudp                      Do not start TCP/IP.
  5. -notcpip                    Same as -noudp.
  6. -minmemory                  Use as little memory as possible.
  7. -memory <size>              Use <size> Kb of memory.
  8. -particles <number>         Maximun number of particles on screen.
  9. -surfacecachesize <size>    Always use <size> Kb of surface cache.
  10. -playback                   Start game in PlayBack mode. Plays 'quake.vcr'
  11. -record                     Start recording a demo. Records to 'quake.vcr'
  12. -port <port>                Sets upd/ipx port (default 26000).
  13. -udpport <port>             Same as port.
  14. -ipxport <port>             Same as port.
  15. -listen [number]            Set Quake to be a listen server [number = max # of players. optional]
  16. -nocdaudio                  Disable CD audio.
  17. -cddevice <name>            Name of the CD device.
  18. -cdunit <unit>              Number of the unit of the CD device.
  19. -cddevicealike              The CD device used is cd.device alike. (Not scsi.device/atapi.device alike).
  20. -nosound                    Disable sound.
  21. -nolan                      Disable tcpip and ipx and serial.
  22. -noipx                      Disable ipx.
  23. -noserial                   Disable serial communcation.
  24. -dedicated [number]         Set Quake to be a dedicated server [number is the optional max of players]
  25. -mmuhack                    Turns on mmuhack
  26. -zone <size>                Set zone <size> in kbytes.
  27. -safe                       Run in safe mode (-nosound, -nolan, etc).
  28. -rogue                      Turns on Rogue extensions (Quake Mission Pack 2). running with "-game rogue" will also set this switch and viceversa.
  29. -hipnotic                   Turns on Hipnotic extension (Quake Mission Pack 1). running with "-game hipnotic" will also set this switch and viceversa.
  30. -basedir <directory>        Directory where quake resides. Usefull to run it from CD etc.
  31. -game <directory>           Add a game directory.
  32. -path <directory> or <pack> Add a search path, or pak files. it's multiple. Ex: -path YPOD XMEN TREMORS/PAK0.PAK,
  33.                             the first two are search paths, the third a pak file.
  34. -cachedir <directory>       !!! Developer user option only. Kids, don't try this at home. !!!
  35.  
  36.  
  37. Any number of commands or variables can be combined.
  38. But config.cfg or any other .cfg may overwrite these options.
  39.  
  40. Example 1: 
  41.  
  42. quake -game YPOD r_drawviewmodel 0
  43.  
  44. This will turn off the viewmodel because this variable is not used or saved in the config.cfg.
  45.  
  46.  
  47.  
  48. Example 2: 
  49.  
  50. quake -game XMEN vid_mode 3
  51.  
  52. Quake will start in vid_mode 3, but after reading the config.cfg it will switch to 
  53. the vid_mode found in the config.cfg.